home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / musik / mrmpeg / continue.rexx < prev    next >
OS/2 REXX Batch file  |  1997-11-22  |  182b  |  12 lines

  1. /* Continue.rexx */
  2.  
  3. options results; address MrMPEG
  4.  
  5. check ID PLAY
  6. if result = 1 then do
  7.   setvar cont 1
  8.   setclip('MrMPEG_FLAG', 1)
  9.   address command 'Kill >NIL: MPEGA'
  10. end
  11. return
  12.